home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / LOTTORTS / HOUNDS30.LZH / PRINTME.BAT < prev    next >
DOS Batch File  |  1991-06-01  |  968b  |  22 lines

  1. echo off
  2. cls
  3. echo        ╔═════════════════════════════════════════════════════════╗
  4. echo        ║         Cambridge Greyhound Handicapper 4               ║
  5. echo        ║                 Instruction Manual                      ║
  6. echo        ╠═════════════════════════════════════════════════════════╣
  7. echo        ║  This batch file will print the Greyhound 4             ║
  8. echo        ║  instruction manual. You will need 30 sheets of paper.  ║
  9. echo        ║  If you have a tractor-feed printer, position the       ║
  10. echo        ║  paper so that the print head is at the top of a        ║
  11. echo        ║  page. If you want to exit without printing the manual, ║
  12. echo        ║  hit CTRL-C now. Strike any other key to print.         ║
  13. echo        ╚═════════════════════════════════════════════════════════╝
  14. pause > nul
  15. cls
  16. echo  Printing Instruction Manual Now...
  17. copy hounds4.doc prn
  18. cls
  19. echo:
  20. echo The Manual has been printed! Enjoy!
  21. prompt $p$g
  22.